home *** CD-ROM | disk | FTP | other *** search
- OWDestinationWell = {
- ACTIONS = {"takeURLFrom:" = "takeURLFrom:"; };
- OUTLETS = {companion = companion; };
- SUPERCLASS = Control;
- };
- WebBrowserController = {
- ACTIONS = {
- "addToBookmarks:" = "addToBookmarks:";
- "blankBookmarks:" = "blankBookmarks:";
- "goBack:" = "goBack:";
- "goBookmarks:" = "goBookmarks:";
- "goForth:" = "goForth:";
- "goHome:" = "goHome:";
- "loadOrStop:" = "loadOrStop:";
- "printDocument:" = "printDocument:";
- "reload:" = "reload:";
- "takeDestinationFrom:" = "takeDestinationFrom:";
- "viewSource:" = "viewSource:";
- };
- OUTLETS = {
- currentDestinationWell = currentDestinationWell;
- jumpDestinationWell = jumpDestinationWell;
- progressBar = progressBar;
- progressView = progressView;
- scrollView = scrollView;
- stopButton = stopButton;
- traceButton = traceButton;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- "showBookmarks:" = "showBookmarks:";
- "showHierarchyBrowser:" = "showHierarchyBrowser:";
- "showHistory:" = "showHistory:";
- };
- SUPERCLASS = Object;
- };
- ProgressView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
-